crypto/cipher.gcm.auth (method)
3 uses
crypto/cipher (current package)
gcm.go#L189: g.auth(tag[:], out[:len(plaintext)], data, &tagMask)
gcm.go#L224: g.auth(expectedTag[:], ciphertext, data, &tagMask)
gcm.go#L412: func (g *gcm) auth(out, ciphertext, additionalData []byte, tagMask *[gcmTagSize]byte) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)